@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&amp;subset=cyrillic');
body{
    font-family: 'Montserrat', sans-serif;
    color: #2a2833;
    font-size: 16px;
    font-weight: 500;
}
body.active{
    overflow: hidden;
}
*{
    outline: none!important
}
/*
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
*/




header{

    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
        
}
header:before{
    z-index: 0;
    position: absolute;
    content: "";
    
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-bottom: 1px solid rgba(148,147,153,.2);
    
}
.nav{
    padding: 10px 0;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
}
.logo{

    display: table;
    align-items: center;
    color: #007bff;
    font-size: 28px;
    line-height: 1;
}
.logo small{
    color: #2a2833
}
.logo img{
    display: table-cell;
    height: 50px;
    margin-right: 10px;
    
}
.logo div{
    vertical-align: middle;
    display: table-cell;
}

.logo div div{
    display: block;
    
    font-weight: 900;
}
.logo small{
    display: block;
    text-align: center;
    font-size: 0.4em;
}
.contact{

    display: inline-block;
    text-align: center;
}
.tel{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 -50px, 0 50%;
    background-image: url(../img/icons/phone.svg) , url(../img/icons/phone.svg);
    background-size: 20px;
    font-size: 22px;
    padding-left: 20px;
    line-height: 1;
    transition: all 0.5s
}
.tel:hover{
    background-position: 0 50%, 0 50px;
}
.recall{

    line-height: 1;
    cursor: pointer;
    letter-spacing: 0.5px;
    border-bottom: 1px dashed;
    transition: all 0.5s;
}
.recall:hover{
    color: #F3B244
}








/*section1*/
.sec1{
    position: relative;
margin-top: 80px;
padding-bottom: 50px;
overflow: hidden;
}

.sec1:before{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -1170px;
    position: absolute;
    content: "";
    background:  url(../img/circle.svg) no-repeat;
    background-size: contain;
    width: 500px;
    height: 250px;
    
}
.sec1 .img{

    margin-top: 50px;
}
.sec1 .img img{
    width: 100%;
}
.cta{
    margin-top: 50px;
}

.cta .h1{
    font-weight: 700;
    font-size: 32px;
}

.cta ul{

    flex-wrap: wrap;
    flex-basis: 30%;
    display: flex;
}
.cta ul li:nth-child(odd){
    margin-right: 30px;
}
.cta ul li{
    
    display: flex;
    align-items: center;
    
    margin-top: 30px;
    padding: 20px;

    border-radius: 20px;
    flex: 0 0 47%;
    height: 100%;
    box-shadow: 0 4px 34px rgba(228,233,241,.7);
}
.cta ul li figure{

    margin-right: 20px;
}
.cta ul li figure img{
    width: 100%;
    width: 60px;
    padding: 10px;
    border-radius: 20px;
    background: #F5F6FA;
}
.location{
   margin-top: 10px;
    font-size: 20px;
 
    line-height: 30px;
    padding-left: 40px;
    background: url(../img/icons/location.svg) 0 0 no-repeat;
    background-size: 30px
}
.cta .btnarea{
    margin-top: 30px;
}


/*form control*/
input, textarea{
    width: 100%;
    border-radius: 2px;
    border: none;
    padding: 14px;
    font-size: 16px;
    outline:none;
}
.inp{
    margin-top: 15px;
}
.btn{
    user-select: none;
    cursor: pointer;
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    box-shadow: 0 4px 34px rgba(0,0,0,.15);
}
.btn:hover{
    
}
.btn:active{
    transform:scale(0.95)
}
button.btn{
    width: 100%;
}
.blue{
    background: #2974F5;
}
.orange{

    background: #F4B03E;
}

.types{
    justify-content: space-between;
    display: flex;
}

.types li{
    margin-top: 30px;
    padding-left: 30px;
    background: url(../img/icons/check.svg) 0 50% no-repeat;
    background-size: 20px;
}

/*.sec2*/
.sec2{
    overflow: hidden;
    position: relative;
    background: #F5F6FA;
}
.sec2:before{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1170px;
    position: absolute;
    content: "";
    background:  url(../img/circle1.svg) no-repeat;
    background-size: contain;
    width: 500px;
    height: 250px;
    
}
.sec2:after{
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-right: -1170px;
    position: absolute;
    content: "";
    background:  url(../img/circle1.svg) no-repeat;
    background-size: contain;
    width: 500px;
    height: 250px;
    transform: rotate(180deg)
    
}
.sec .title{
    font-size: 36px;
}
.sec{
    padding: 50px 0;
}

.s1p{
    position: relative;
    margin-top: 30px;
        box-shadow: 0 4px 34px rgba(228,233,241,.7);
    transition: all 0.5s
}
.s1p:hover{
    box-shadow: 0 4px 34px rgba(0,0,0,.15);
}
.s1p .name{
    font-size: 24px;
}
.s1p >div{
    vertical-align: top;
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}

.s1p figure{

    right: -20px;
    bottom: -20px;
    position: absolute;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50% 50% 0;
}
.s1p figure img{
    height: 100%
}

.s1p .price{
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    color: #b0aeba
}

.s1p .btn{

    padding: 10px 15px;
    margin-top: 20px;
    display: inline-block;
    width: auto;
    
}

.orange{
    background: #F3B244
}
.blue{
    background: #2D76F4;
}
.green{
    background: #69DEDB;
}
.purple{
    background: #7059E3;
}


/*sec3*/
.sec3:before{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1170px;
    position: absolute;
    content: "";
    background:  url(../img/circle1.svg);
    width: 600px;
    height: 293px;
    
}
.s3p{
    position: relative;
    margin-top: 30px;
    padding: 20px;
    
    min-height: 270px;
    border-radius: 10px;
        box-shadow: 0 4px 34px rgba(228,233,241,.7);
}

.s3p > div{
    display: flex;
}
.s3p figure{
    margin-right: 10px;
    background: #F5F6FA;
    border-radius: 20px;
}
.s3p img{
    padding: 15px;
    width: 60px;
}
.s3p .text{
    margin-top: 20px;
}

.s3p i{
    opacity: 0.2;
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
    font-style: normal;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    text-align: center;
    color: #F3B244
}

.prof{
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    
    text-align: center;
    background: url(../img/form-bg.svg) 50% no-repeat;
    background-size: cover;

    box-shadow: 0 4px 34px rgba(0,0,0,.15);
}
.prof .text{
    margin-top: 30px;
}


/*section4*/
.sec5{
    background: #F5F6FA;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sec5:before{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1170px;
    position: absolute;
    content: "";
    background:  url(../img/circle1.svg) no-repeat;
    background-size: contain;
    width: 500px;
    height: 250px;
    
}
.sec5:after{
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-right: -1170px;
    position: absolute;
    content: "";
    background:  url(../img/circle1.svg) no-repeat;
    background-size: contain;
    width: 500px;
    height: 250px;
    transform: rotate(180deg)
    
}
.s5p{
    background: #fff;
    margin-top: 30px;
    padding: 20px;
            box-shadow: 0 4px 34px rgba(228,233,241,.7);
    transition: all 0.5s;
    border-radius: 10px;
}
.s5p:hover{

    box-shadow: 0 4px 34px rgba(0,0,0,.15);

}
.s5p figure{
    position: relative;
    border-radius: 50%;
    overflow: hidden;

}
.s5p figure:after{
     content: "";
    border-radius: 50%;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 2px solid #F3B244;
}
.s5p img{
    border-radius: 50%;
    max-width: 100%
}

.s5p .bottom{
    
color: #b0aeba;
    margin-top: 20px;
}
.s5p .bottom li:first-child{
        color: #2D76F4;
    font-weight: 700;
}
.s5p .bottom li strong{
        color: #2a2833;
}

.sec5 .btnarea{
    margin-top: 30px;
}


/*sec6*/
.sec6{
    text-align: center;
}
.car{
    margin-top: 30px;
        box-shadow: 0 4px 34px rgba(228,233,241,.7);
    border-radius: 10px;
    text-align: left;
}
.car blockquote{
    padding: 20px;
    display: flex;
    align-items: center;
}
.car figure{
    position: relative;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
   
    padding: 3px;
}
.car figure:after{
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 2px solid #F3B244;
}

.car figure img{
    border-radius: 50%;
    width: 130px!important;
    display: inline-block;
    
}
.car strong{
    display: block;
    color: #2D76F4;
    margin-bottom: 20px;
}
.owl-dots{
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.owl-dot{
    margin: 0 3px;
   
}
.owl-dot.active span, .owl-dot:hover span{
    opacity: 1;
}
.owl-dot span{
    width: 12px;
    height: 12px;
    background: #2D76F4;
    display: inline-block;
    border-radius: 50%;
    opacity: 0.3;
}
.owl-nav button{
    top: 50%;
    position: absolute;
     display: inline-block;
    width: 40px;
    height: 40px;
    background: #000;
    z-index: 1;
    
}
.owl-nav button:after{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: 2px solid #F3B244;
    border-left: 2px solid #F3B244;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    
}
.owl-nav button.disabled{
    opacity: 0;
}
.owl-prev{
left: -40px;
    transform: translateY(-50%) 
}
.owl-next{
    right: -40px;
    transform: translateY(-50%) rotate(180deg)
}
.form1{
    margin-top: 50px;
    border-radius: 20px;
    padding: 20px;
     background: url(../img/form-bg.svg) 50% no-repeat;
    background-size: cover;

        box-shadow: 0 4px 34px rgba(0,0,0,.15);
}
.form1 .name{
    font-size: 30px;
    color: #fff;
}
/*section7*/
.sec7{
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #F5F6FA;
}
.sec7:before{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1170px;
    position: absolute;
    content: "";
    background:  url(../img/circle1.svg) no-repeat;
    background-size: contain;
    width: 500px;
    height: 250px;
    
}
.sec7:after{
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-right: -1170px;
    position: absolute;
    content: "";
    background:  url(../img/circle1.svg) no-repeat;
    background-size: contain;
    width: 500px;
    height: 250px;
    transform: rotate(180deg)
    
}
.sec7 figure{
    position: relative;
    height: 200px;
    background: #fff;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 34px rgba(0,0,0,.15);
}
.sec7 figure img{
    width: 40%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

/*footer*/
.footer{
    position: relative;
}
.fcontact{
    /*background: #fff;*/
    /*margin: 50px 0;*/
    position: relative;
    /*z-index: 1;*/
    /*padding: 30px;*/
	padding: 30px 0;
    /*border-radius: 20px;*/
    /*box-shadow: 0 4px 34px rgba(0,0,0,.15);*/
}
.fcontact li{
    margin-top: 15px;
}
.fcontact li strong{
    display: block;
}
.fcontact li span,.fcontact li a{
    padding-left: 30px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    font-size: 18px;
    display: inline-block;
        color: #2a2833;
    transition: all 0.5s;
}
.fcontact li a:hover{
    color: #F3B244
}
.fcontact li a br,
.fcontact li span br {
    display: none;
}
.phone{
    background-image: url(../img/icons/phone.svg);
}
.email{
     background-image: url(../img/icons/email.svg);
}
.loc{
    background-image: url(../img/icons/location.svg);
	background-size: 20px!important;
}
.hours{
	background-image: url(../img/icons/clock.svg);
	background-size: 20px!important;
}
.fsocials,
.freviews { 
    padding: 30px 0;
}
.fsocials h2,
.freviews h2 {
    margin-bottom: 20px;
}
.fsocials a {
    color: #000000;
    text-align: center;
}
.fsocials a img {
    width: 50px;
    border-radius: 10px;
}
.freviews a {
    color: #2a2833;
    text-decoration: underline;
}
#map{
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
	height: 420px;
}
.ymaps-2-1-75-ground-pane{
    filter: grayscale(1)
}

.copy{
    color: #fff;
    background: #2A2833;
    padding: 20px 0;
}
.pol{
    cursor: pointer;
    float: right;
    text-decoration: underline;
    transition: all 0.5s;
}
.pol:hover{
    color: #F3B244
}


#pol{
    padding: 30px;
    width: 100%;
    max-width: 600px;
    text-align: justify;
}
#pol h3{
    text-align: center;
    margin-bottom: 20px;
}

.form{
    text-align: center;
    margin-top: 50px;
    border-radius: 20px;
    padding: 30px;
     background:  url(../img/form-bg.svg) 50% no-repeat;
    background-size: cover;

        box-shadow: 0 4px 34px rgba(0,0,0,.15);
}
.form span{
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
@media (min-width:768px) {
    .pricelist{
        padding: 30px;
        text-align: center;
        width: 100%;
        max-width: 767px;
    }
    .pricelist .tel{
        margin-top: 30px;
    }
    .pricelist .btn{
        margin-top: 30px;
        background: #2D76F4;
    }
    .pricelist h4{
        font-weight: 700;
        font-size: 26px
    }
    .pr .pricelist{
        
    }
    .pr .scrollbar{
        
    }
    h3.table_heading{
        text-align: center;
    }
    p.table_heading{
        margin-top: 15px;
        font-weight: 700;
        color: #F3B244;
    }
    .table{
        text-align: left;
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid rgba(148,147,153,.3);
        border-bottom: 1px solid rgba(148,147,153,.3);
        display: table;
    }
    .table_row{
        display: table-row;
    }
    .cell{
        padding: 10px;
        display: table-cell;

        border-left: 1px solid rgba(148,147,153,.3);
    }
    .cell:nth-child(2){
        width: 100px;  
        text-align: center;
    }
    .cell:nth-child(3){
        border-right: 1px solid rgba(148,147,153,.3);
        width: 100px;
    }
    .table_row:nth-child(even){
        background: #F5F6FA;
    }
}
@media (max-width:1199px){
    .header:before{
        z-index: 1;
    }
    .contact{
        display: inline-block;
    }
    .menu{
        text-transform: uppercase;
        z-index: 0;
    }
    .menu a{ 
        display: inline-block;
        padding: 10px 0;
        color: #000;
    }
    .menu-icon{
        display: inline-block;
        width: 30px;
        height: 30px;
        
        z-index: 1;
        position: relative;
        margin-left: 20px;
    }
    .menu-icon:after{
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        border-top: 3px solid #F3B244;
        border-bottom: 3px solid #F3B244;
        transition: all 0.5s
    }
    .menu-icon:before{
        display: inline-block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        border-top: 3px solid #F3B244;
        border-bottom: 3px solid #F3B244;
        transition: all 0.5s
    }
    .menu-icon.active:after{
        height: 0;
        border-top: 0px solid #F3B244;
        top: 50%;
        transform: rotate(-45deg) translateY(-50%)
    }
    .menu-icon.active:before{
        height: 0;
        border-bottom: 0px solid #F3B244;
        bottom: 50%;
        transform: rotate(45deg) translateY(50%)
    }
    .logo{
        position: relative;
      
        
    }

    .menu{
        z-index: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        text-align: center;
        padding-top: 100px;
        font-size: 22px;
        background: #fff;
        transform: translateY(-100%);
        transition:all 0.5s;
    }
    .menu.active{
        transform: translateY(0)
    }
	.fcontact li:nth-of-type(2) a,
    .fcontact li:nth-of-type(3) span {
        background-position: 0 15%;
    }
    .fcontact li a br,
    .fcontact li span br {
		display: block;
    }
}
@media (min-width:1200px){
    .menu{
    list-style: none;
    display: flex;
    justify-content: space-between;
    min-width: 490px;
}
.menu li a{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    
    color: #b0aeba;
    transition: all 0.5s;
}
.menu li a:hover{
    color: #F3B244;
}

.menu li a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    border-bottom: 1px solid #F3B244;
    transition: all 0.5s;
}
.menu li a:hover:after{
    width: 100%;
    left: 0;
}


}
@media (min-width:992px) and (max-width:1199px) {
    .cta .h1
    {
        font-size: 27px;
    }
    .cta ul li{
            flex: 0 0 49%;
    }
    .cta ul li{
    margin-top: 10px;
        padding: 10px;
        
    }
    .cta ul li figure{
        margin-right: 10px;
    }
    .cta ul li:nth-child(odd) {
    margin-right: 10px;
    }
    .location{
        font-size: 18px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .sec1{
        text-align: center;
    }
    .sec1 .img{
    margin-top: 20px;
        width: 360px;
        margin: auto;
    }
    .cta{
        margin-top: 20px;
    }
        .cta ul li{
    margin-top: 10px;
        padding: 10px;
        
    }
    .types li{
        font-size: 14px;
    }
    .s1p{
        margin-top: 15px;
    }
    .s1p > div{
        padding: 20px;
    }
    .sec4{
        padding: 0;
    }

}
@media (max-width:767px){

    body{
        font-size: 15px;
    }

    
    .logo div{
        display: none;
    }
    .logo img{
        height: 40px;
        margin-right: 0;
    }
    .contact{

        display: inline-block;
    }
    .tel{
        display: block;
        padding-left: 0;
        background: none;
    }
    .recall{
       
        display: inline-block;
        font-size: 12px;

    }


    .menu-icon{
        margin-left: 10px;
    }
    .right{
        text-align: center;
    }
        .sec1 .img{
            margin: auto;
            width: 180px;
        margin-top: 0;
    }
    .cta{
        margin-top: 10px;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .cta ul li figure{
        margin-right: 10px;
    }
    .cta ul li figure img{
        width: 30px;
        padding: 0;
        border-radius: 0;
        background: none;
    }
        .cta ul li{
            font-size: 12px;
            flex: 0 0 49%;

            margin-top: 10px;
            padding: 0;
            text-align: left;
            box-shadow: none;
    }
    .cta ul li br{
        display: none;
    }
    .cta ul li:nth-child(odd){
        margin-right: 0;
    }
    .sec1{
        text-align: center;
    }
    
    .cta .h1{
        line-height: 1.2;
        font-size: 28px;
    }
    .sec{
        padding: 30px 0;
    }
    .cta .btnarea{
        margin-top: 0;
    }
    .sec .title{
        text-align: center;
        font-size: 24px;
    }
    .location{
        text-align: left;
        line-height: 1.2;
        font-size: 16px;
        margin-top: 15px;
    }
    .cta .btn{
        width: 100%;
        margin-top: 10px;
    }
    .types{
        display: none;
    }
    .sec2 .title{
        text-align: center;
    }
    
    .s1p figure{
        margin: auto;
       width: 150px;
        height: 150px;
        position: relative;
        border-radius: 50%;
        right: auto;
        bottom: auto;
    }
    .s1p figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .s1p >div{
        text-align: center;
        padding: 20px;
    }
    .s1p .price{
        margin-top: 0;
    }
    .s3p{
        min-height: auto;
    }
    .prof{
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px;
    }
    .car{
        background: none;
        box-shadow: none;
    }
    .car blockquote{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .owl-next{
        right: 0px;
    }
    .owl-prev{
        left: 0px;
    }
    .s5p figure{
        max-width: 200px;
        margin: auto;
    }
    .sec7 figure{
        
        height: auto;
        background: none;
        box-shadow: none;
    }
    .sec7 figure img{
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0)
    }
    .form1{
        margin-left: -15px;
        margin-right: -15px;
    }
    .form1 .name{
        font-size: 24px;
    }
    #map{
        height: 250px;
        /*position: relative;*/
    }
    .footer{
        background: #F5F6FA;
    }
    .fcontact{
        background: none;
        /*max-width: 320px;*/
        margin: 30px auto;
        padding: 0;
        box-shadow: none;
    }
    .copy{
        text-align: center;
    }
    
    .pol{
        float: none;
    }
    
}
@media (max-width:767px){
    .pricelist{
        padding: 15px;
        text-align: center;
    }
    h3.table_heading{
        text-align: center;
    }
    p.table_heading{
        margin-top: 15px;
        font-weight: 700;
        color: #F3B244;
    }
    .table{
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid rgba(228,233,241,.7);
        border-bottom: 1px solid  rgba(148,147,153,.3);
        display: table;
    }
    .table_row{
        display: table-row;
    }
    .cell{
        font-size: 14px;
        padding: 5px;
        
        border-left: 1px solid  rgba(148,147,153,.3);
        display: table;
    }

    .cell:nth-child(2){
   
        text-align: center;
        display: table-cell;
        display: none;

    }
    .cell:nth-child(3){
        border-right: 1px solid  rgba(148,147,153,.3);
        font-weight: 700;
        display: table-cell;

    }
    .table_row:nth-child(even){
        background: #f0f0f0;
    }
    .pricelist .btn{
        margin-top: 30px;
        background: #2D76F4;
    }
    
}
.orange.anim{
box-shadow:none;
animation: anim 2s infinite
}
.blue.anim{
box-shadow:none;
animation: anim1 2s infinite 0.5s
}

@keyframes anim{
100%{
box-shadow: 0 0 0 15px transparent;
}
50%{
box-shadow: 0 0 0 0 #F3B244;}

}
@keyframes anim1{
100%{
box-shadow: 0 0 0 15px transparent;
}
50%{
box-shadow: 0 0 0 0 #2D76F4;}

}
